﻿
@font-face {
    font-family: 'AGE';
    src: url('../fonts/DIGITAL-Regular.ttf') format('truetype');
}
.p-tit-1{
    text-align: center;
    color: #fff;
}
.p-tit-1 h2{
    margin-bottom: 19px;
    padding: 10px 0 14px;
    position: relative;
    font-weight: lighter;
    font-size: 24px;
}
.p-tit-1 h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 1px;
    background-color: #fff;
}
.p-tit-1 .lh18{line-height: 1.8;}
.p-tit-1.black{
    padding: 28px 0 24px;
    color: #666;
}
.p-tit-1.black h2{
    color: #333;
}
.p-tit-1.black h2:before{
    background-color: #333;
}
.p-tit-2{
    font-size: 18px;
    color: #fff;
}
.p-tit-2 h2{
    position: relative;
    padding-bottom: 5px;
    font-weight: lighter;
    font-size: 36px;
}
.p-tit-2 h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 1px;
    background-color: #fff;
}
.p-tit-2.black{color: #666;}
.p-tit-2.black h2{color: #333;}
.p-tit-2.black h2:before{background-color: #c5c5c5;}
.p-btn-1{
    display: block;
    width: 125px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}
.p-btn-1 span{
    display: inline-block;
    padding-right: 20px;
    background: url(../images/ico-index-ban1.png) right center no-repeat;
}
.p-btn-more{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.p-btn-more.posa{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index: 100;
}
.p-btn-more span{
    display: block;
    line-height: 30px;
}
.p-btn-more i{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1aa9fb;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
    box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}
.p-btn-more .ico-show{background-image: url(../images/ico-recg-5.png);}
.p-btn-more .ico-hide{background-image: url(../images/ico-recg-6.png);}
.p-btn-more:hover{color: #1aa9fb;}
.p-btn-type,.p-btn-txt{
    display: block;
    margin: 0 auto;
    width: 132px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #1aa9fb;
    color: #1aa9fb;
}
/*.p-btn-type:hover{
    background-color: #1aa9fb;
    color: #fff;
}*/
.p-btn-txt{
    border-color: #ea6a6d;
    background-color: #ea6a6d;
    color: #fff;
}
/*.p-btn-txt:hover{
    background-color: #fff;
    color: #ea6a6d;
}*/
/*******************************
    -------[=造梦者-认识新风]-------
********************************/
.box-recdrm > div{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.box-recdrm .picture{
    padding: 10px 0 26px;
    text-align: center;
}

.box-recdrm-row1{
    position: relative;
    overflow: hidden;
    height: 640px;
    background-position: 10% 50% !important;
}
.box-recdrm-row1 .video{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.box-recdrm-row1 video{
    object-fit: cover;
}
.box-recdrm-row1 .wp{
    position: relative;
    z-index: 10;
    padding-top: 185px;
}
.box-recdrm-row1 .p-tit-1{
    font-size: 18px;
    color: #f5f5f5;
}
.box-recdrm-row1 .p-tit-1 .sub{
    font-size: 16px;
    color: #fff;
}
.box-recdrm-row1 .p-tit-1 h2{
    padding: 7px 0;
    font-size: 38px;
}
.box-recdrm-row1 .p-tit-1 h2:before{
    margin-left: -8px;
    width: 16px;
}
.box-recdrm-row1 .showVd{
    display: block;
    margin: 60px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #5c5e5f;
    color: #fff;
}
.box-recdrm-row1 .showVd span{
    position: relative;
    top: -5px;
    left: -5px;
    z-index: 5;
    display: block;
    border-radius: 3px;
    background-color: #eb6265;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.box-recdrm-row1 .showVd .ico{
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 17px;
    vertical-align: -4px;
    background: url(../images/ico-recg.png) center no-repeat;
}
.box-recdrm-row1 .showVd:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}

.box-recdrm-row2{
    position: relative;
    padding: 45px 0;
}
.ul-list-reg1{
    overflow: hidden;
}
.ul-list-reg1 li{
    float: left;
    padding-top: 72px;
    width: 33.333%;
    line-height: 1.8;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
}
.ul-list-reg1 .txt{
    display: inline-block;
    overflow: hidden;
    width: 350px;
    height: 101px;
    text-align: left;
}

.box-recdrm-row3{
    position: relative;
    padding: 45px 0;
}

.box-rec-hide{
    padding: 30px 0 50px;
    display: none;
}
.box-rec-hide .item{
    margin: auto;
    max-width: 1000px;
    line-height: 1.8;
    text-align: center;
}
.box-rec-hide .img{
    padding-top: 25px;
}
.box-rec-hide .img img{
    border-radius: 3px;
}

.box-recdrm-row4{
    padding: 30px 0 25px;
    background-color: #1aa9fb;
}
.box-recdrm-row4 .img{
    text-align: center;
}
.box-recdrm-row4 .p-tit-1 h2{
    font-size: 18px;
}

.box-recdrm-row5{
    padding: 50px 0;
}
.box-recdrm-row5 .infoshow{
    position: relative;
    margin: 40px 0 30px;
}
.box-recdrm-row5 .img{
    display: block;
    margin: 0 auto;
}
.p-postxt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.p-postxt > div{
    position: absolute;
    left: 52%;
    width: 48%;
    color: #fff;
}
.p-postxt .t2{
    font-size: 12px;
}
.p-postxt .line{
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #fff;
}
.p-postxt .line:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.p-postxt .li1{
    top: 15%;
    padding-left: 13%;
}
.p-postxt .li1 .line{
    left: 2%;
    width: 22%;
}
.p-postxt .li2{
    top: 44%;
    padding-left: 11%;
}
.p-postxt .li2 .line{
    left: 0;
    width: 20%;
}
.p-postxt .li3{
    top: 62%;
    padding-left: 15%;
}
.p-postxt .li3 .line{
    left: 6%;
    width: 22%;
}
.p-postxt .li4{
    bottom: 12%;
    padding-left: 19%;
}
.p-postxt .li4 .line{
    left: 0;
    width: 36%;
}
.p-postxt .li5{
    bottom: 1%;
    padding-left: 9%;
}
.p-postxt .li5 .line{
    left: -2%;
    width: 17%;
}
.p-postxt .li6,.p-postxt .li7{
    left: auto;
    right: 54%;
    text-align: right;
}
.p-postxt .li6{
    bottom: 19%;
    padding-right: 17%;
}
.p-postxt .li6 .line{
    right: 0;
    width: 32%;
}
.p-postxt .li6 .line:before,.p-postxt .li7 .line:before{
    left: auto;
    right: 0;
}
.p-postxt .li7{
    bottom: 38%;
    padding-right: 12%;
}
.p-postxt .li7 .line{
    right: 0;
    width: 22%;
}

.box-recdrm-row6{
    padding: 20px 0 50px;
}
.imgAni{
    position: relative;
    margin: 45px auto 30px;
    max-width: 643px;
}
.imgAni img{
    display: block;
    width: 100%;
}
.imgAni .arrow{
    position: absolute;
    left: 9%;
    bottom: 15%;
    z-index: 100;
    width: 24px;
    height: 31px;
    background: url(../images/img-recg-5.png) center no-repeat;
    -webkit-animation: aniShow 1.1s infinite;
    -o-animation: aniShow 1.1s infinite;
    animation: aniShow 1.1s infinite;
}
.imgAni > div{
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}
.imgAni .arrow1{
    left: 11%;
    top: 8%;
    width: 112px;
    height: 33px;
    background-image: url(../images/img-recg-6.png);
    -webkit-animation: aniShow2 1.6s infinite ease-in-out;
    -o-animation: aniShow2 1.6s infinite ease-in-out;
    animation: aniShow2 1.6s infinite ease-in-out;
}
.imgAni .arrow2{
    left: 50%;
    top: 41%;
    width: 98px;
    height: 32px;
    background-image: url(../images/img-recg-7.png);
    -webkit-animation: aniShow3 1.8s infinite ease-in-out;
    -o-animation: aniShow3 1.8s infinite ease-in-out;
    animation: aniShow3 1.8s infinite ease-in-out;
}
.imgAni .arrow-sp{
    left: 9%;
    top: 32%;
    width: 30px;
    height: 42px;
    background-image: url(../images/imgp-spec-a1.png);
    -webkit-animation: aniShow5 2.0s infinite ease-in-out;
    -o-animation: aniShow5 2.0s infinite ease-in-out;
    animation: aniShow5 2.0s infinite ease-in-out;
}
.imgAni .arrow-sp1{
    width: 135px;
    height: 40px;
    background-image: url(../images/imgp-spec-a3.png);
}
.imgAni .arrow-sp2{
    width: 120px;
    height: 40px;
    background-image: url(../images/imgp-spec-a2.png);
}
.imgAni .arrow-sp3{
    left: 62%;
    bottom: 0;
    width: 120px;
    height: 40px;
    background-image: url(../images/imgp-spec-a2.png);
    -webkit-animation: aniShow4 2.0s infinite ease-in-out;
    -o-animation: aniShow4 2.0s infinite ease-in-out;
    animation: aniShow4 2.0s infinite ease-in-out;
}
.imgAni .txt{
    bottom: 11.2%;
    padding: 6px 0px 8px;
    width: 104px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
}
.imgAni .txt .cn{
    font-size: 14px;
    color: #e95053;
}
.imgAni .txt-in{
    left: 19.56%;
    -webkit-animation: aniShow1 2.5s infinite alternate;
    -o-animation: aniShow1 2.5s infinite alternate;
    animation: aniShow1 2.5s infinite alternate;
}
.imgAni .txt-out{
    right: 8.2%;
    background-color: #1aa9fb;
    color: #fff;
    -webkit-animation: aniShow1 2.5s infinite .8s alternate;
    -o-animation: aniShow1 2.5s infinite .8s alternate;
    animation: aniShow1 2.5s infinite .8s alternate;
}
.imgAni .txt-out .cn{
    color: #fffefe;
}
@-webkit-keyframes aniShow{
    0%{
        bottom: 15%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        bottom: 14%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        bottom: 12%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@keyframes aniShow{
    0%{
        bottom: 15%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        bottom: 14%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        bottom: 12%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@-webkit-keyframes aniShow1{
    0%{
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    50%{
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
}
@keyframes aniShow1{
    0%{
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    50%{
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
}
@-webkit-keyframes aniShow2{
    0%{
        left: 11%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 10%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 8%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@keyframes aniShow2{
    0%{
        left: 11%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 10%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 8%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@-webkit-keyframes aniShow3{
    0%{
        left: 50%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 52%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 54%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@keyframes aniShow3{
    0%{
        left: 50%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 52%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 54%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@-webkit-keyframes aniShow4{
    0%{
        left: 62%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 64%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 66%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@keyframes aniShow4{
    0%{
        left: 62%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        left: 64%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        left: 66%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@-webkit-keyframes aniShow5{
    0%{
        top: 32%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        top: 31%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        top: 30%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}
@keyframes aniShow5{
    0%{
        top: 32%;
        opacity: 0;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    60%{
        top: 31%;
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        top: 30%;
        opacity: 0.7;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    }
}

.box-recdrm-row7{
    padding-top: 45px;
}
.ul-list-reg2 .slick-list{
    padding: 10px 0 100px;
}
.ul-list-reg2 .item{
    position: relative;
}
.ul-list-reg2 .img{
    display: block;
    width: 100%;
}
.ul-list-reg2 .cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.ul-list-reg2 .cont:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(../images/bg-opcy-b3.png); 
    display: none;
}
.ul-list-reg2 .cont:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.ul-list-reg2 .center{
    position: relative;
    z-index: 30;
    display: inline-block;
    width: 100%;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-top: 50px;
}
.ul-list-reg2 .ico{
    display: inline-block;
    width: 75px;
    height: 87px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-list-reg2 .ico1{background-image: url(../images/ico-recg-11.png);}
.ul-list-reg2 .ico2{background-image: url(../images/ico-recg-12.png);}
.ul-list-reg2 .ico3{background-image: url(../images/ico-recg-13.png);}
.ul-list-reg2 .ico4{background-image: url(../images/ico-recg-14.png);}
.ul-list-reg2 .ico5{background-image: url(../images/ico-recg-15.png);}
.ul-list-reg2 .center p{
    margin: 40px auto 0;
    max-width: 70%;
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
    height: 0;
    overflow: hidden;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list-reg2 .slick-dots{
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    text-align: center;
}
.ul-list-reg2 .slick-dots li{
    display: inline-block;
    margin: 0 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}
.ul-list-reg2 .slick-dots .slick-active{background-color: #e8303f;}
.ul-list-reg2 .item:hover{
    -moz-box-shadow: 5px 5px 25px rgba(0,0,0,.35);
    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,.35);
    box-shadow: 5px 5px 25px rgba(0,0,0,.35);
}
.ul-list-reg2 .item:hover .cont:before{display: block;}
.ul-list-reg2 .item:hover .center p{height: 9em;}
.ul-list-reg2 .item:hover .ico1{background-image: url(../images/ico-recg-11h.png);}
.ul-list-reg2 .item:hover .ico2{background-image: url(../images/ico-recg-12h.png);}
.ul-list-reg2 .item:hover .ico3{background-image: url(../images/ico-recg-13h.png);}
.ul-list-reg2 .item:hover .ico4{background-image: url(../images/ico-recg-14h.png);}
.ul-list-reg2 .item:hover .ico5{background-image: url(../images/ico-recg-15h.png);}

.box-recdrm-row8{
    padding-bottom: 50px;
}
.box-recdrm-row8 .p-table{
    margin-top: -23px;
}
.p-table{
    margin: 0 auto;
    width: 75%;
    text-align: center;
}
.p-table .th{
    border: 1px solid #eee;
}
.p-table th{
    position: relative;
    font-weight: normal;
    text-align: center;
    line-height: 33px;
    background-color: #1aa9fb;
    color: #fff;
}
.p-table .th1{
    width: 22%;
}
.p-table .th2,
.p-table .th3{
    width: 39%;
}
.p-table th:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    width: 1px;
    height: 22px;
    background-color: #fff;
}
.p-table .th3:before{
    display: none;
}
.p-table td{
    padding: 16px 0 13px;
    font-size: 12px;
    border-bottom: 1px solid #dcdcdc;
    color: #333;
}
.p-table .td{
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #666;
}
/*******************************
    -------[=index]-------
********************************/

.banner .item{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 80vh;
    width: 100vw;
}
.banner .cont{
    padding-top: 130px;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 3px 4px #505050;
}
.banner h2{
    margin-top: 15px;
    height: 115px;
    font-size: 60px;
    line-height: 1.2;
    font-weight: normal;
}
.banner .cont img{
    display: inline-block;
}
.banner .sub{
    padding-top: 5px;
    font-size: 18px;
}
.banner .p-btn-1{
    width: 130px;
    line-height: 46px;
    border-color: #1aa9fb;
    background-color: #1aa9fb;
    -moz-box-shadow: 5px 5px 25px rgba(34,24,21,.35);
    -webkit-box-shadow: 5px 5px 25px rgba(34,24,21,.35);
    box-shadow: 5px 5px 25px rgba(34,24,21,.35);
}
.banner .slick-dots{
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 100;
    width: 100%;
    text-align: center;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 3px;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.4);
    background-color: #fff \9;
    cursor: pointer;
}
.banner .slick-dots .slick-active{
    width: 30px;
    background-color: #007cc3;
}

.index-row1{
    position: relative;
    border-top: 24px solid #252525;
    background-color: #ce3f3f;
}
.index-row1 .wp{
    position: relative;
    padding: 125px 0 230px;
}
.index-row1 .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 72px;
    background-color: #dec454;
    -moz-box-shadow: 0px -4px 25px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px -4px 25px rgba(0,0,0,.4);
    box-shadow: 0px -4px 25px rgba(0,0,0,.4);
}
.index-row1 .img1{
    position: absolute;
    right: 40%;
    bottom: 72px;
    z-index: 5;
    max-width: 21.67%;
}
.index-row1 .img2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    max-width: 34.67%;
}
.index-row1 .p-tit-2{
    padding-bottom: 23px;
}
.index-row1 .p-tit-2 h2{
    margin-bottom: 14px;
}

.index-row2{
    padding: 35px 0 75px;
    background-color: #fff;
    padding-bottom: 0;
}
.index-row22{
    background-color: #e9ecec;
	text-align:center;
}
.box-ind-list1{
    overflow: hidden;
    background: #fff;
    position: relative;

}
.box-ind-list1 .bdb {
    width: 100%;
    height: 5px;
    background: #f6f6f6;
    position: absolute;left: 0;
    bottom: 0;
}
.box-ind-list1 .col-l{
    position: relative;
    width: 45%;
    background-color: #fff;
}
.box-ind-list1 .p-tit-2 h2:before{background-color: #333;}
.box-ind-list1 .p-tit-2 p{
    padding: 25px 0;
}
.box-ind-list1 .col-l .p-btn-1{
    border-color: #1aa9fb;
    color: #1aa9fb;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.box-ind-list1 .col-l .p-btn-1:hover {
    background: #1aa9fb;
    color: #fff;
}
.box-ind-list1 .col-l .p-btn-1:hover span {
    color: #fff;
    background-image: url(../images/ico-index-ban1.png);
}
.box-ind-list1 .col-l .p-btn-1 span{
    background-image: url(../images/ico-index-ban2.png);
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.box-ind-list1 .col-l .txt{
    padding: 35px 0 0 80px;
    padding-bottom: 40px;
}
.box-ind-list1 .col-l .img img{
    position: absolute;
    bottom: 0;
}
.box-ind-list1 .col-l .img1{
    right: 41.52%;
}
.box-ind-list1 .col-l .img2{
    right: 9%;
    max-width: 174px;
}
.box-ind-list1 .col-r{
    width: 55%;
}
.box-ind-list1 .col-r img { width: 100%;}
.ul-list-ind1{
    overflow: hidden;
}
.ul-list-ind1 li{
    float: left;
    width: 50%;
}
.ul-list-ind1 a{
    position: relative;
    display: block;
    margin: 0 0 3px 5px;
    height: 225px;
    background-color: #fdfdfd;
    text-align: center;
}
.ul-list-ind1 .txt{
    position: relative;
    z-index: 90;
    color: #666;
}
.ul-list-ind1 .txt .type{
    padding: 15px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.ul-list-ind1 .img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 140px;
    line-height: 140px;
}
.ul-list-ind1 .img img{
    display: inline-block;
    max-height: 100%;
    vertical-align: bottom;
}
.ul-list-ind1 .pos{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    border-bottom: 2px solid #1aa9fb;
    background: url(../images/bg-opcy-r5.png);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-list-ind1 .pos .p-btn-1{
    position: absolute;
    bottom: 25%;
    left: 50%;
    margin-left: -53px;
}
.ul-list-ind1 a:hover .pos{
    visibility: visible;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.ul-list-ind1 a:hover .txt{
    top: 35px;
    color: #fff;
}
.ul-list-ind1 a:hover .txt .type{color: #fff;}
.index-row2 .showmore{
    margin: 30px auto 45px;
    border-color: #1aa9fb;
    color: #1aa9fb;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}
.index-row2 .tith5{
    padding-bottom: 25px;
    /*font-weight: normal;*/
    font-size: 22px;
    text-align: center;
    color: #666;
}

.index-row2 .tith6{
    padding-bottom: 45px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #666;
}
.index-row2 .number{
    height: 130px;
    font-size: 18px;
    text-align: center;
    /*background: url(../images/img-ind-bg2.png) center bottom no-repeat;*/
    /*-webkit-background-size: auto 100%;*/
    /*background-size: auto 100%;*/
    color: #1aa9fb;
}
.index-row2 .number .txt{
    position: relative;
    top: -20px;
    font-size: 80px;
}
.index-row2 .number .num{
    display: inline-block;
    padding: 0 20px;
    font-size: 80px;
    font-family: 'AGE';
    line-height: 1.1;
}

.index-row3{
    overflow: hidden;
    text-align: center;
    
   
}
.index-row3 .left,.index-row3 .right {
    width: 100%;position: relative;overflow: hidden;float: left;height: 250px;
   
}
.index-row3 .img {
    width: 100%;height:250px;background: url(../images/vh03.png) no-repeat center center;background-size: cover;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.index-row3 .right .img {
    background: url(../images/vh04.png) no-repeat center center;background-size: cover;
}
.index-row3 .left img,.index-row3 .right img {width: 100%;}
.index-row3 .text {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-row3 .text img {
    
    width: 75px;
    height: 75px;
    
    margin: 20px auto;
    margin-bottom: 0;
    margin-top: 40px;
}
.index-row3 .right .ico {
    background: url(../images/vh05.png) no-repeat 50%;
    background-size: cover;
}
.index-row3 p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    z-index: 55;
    margin-top: 10px;
}
.index-row3 h6{
    font-weight: normal;
    font-size: 20px;
    color: #fffefe;
}
.index-row3 .p-btn-1{
    border-color: #1aa9fb;
    color: #1aa9fb;
   
    width: 135px;
   margin: 10px auto;
    z-index: 55;
    border-radius: 4px;
    -webkit-transition: all .25s ;
       -moz-transition: all .25s ;
        -ms-transition: all .25s ;
         -o-transition: all .25s ;
            transition: all .25s ;
    margin-bottom: 40px;
    margin-top: 15px;
}




.index-row3 .p-btn-1:hover{
    background-color: #1aa9fb;
    border-color: #1aa9fb;
    color: #fff;
}
.index-row1 .p-btn-1:hover,.index-row2 .showmore:hover{
    background-color: #1aa9fb;
    border-color: #1aa9fb;
    color: #fff;
}
.box-ind-list1 .col-l .p-btn-1:hover{
    
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.box-special .section-4{
    position: relative;
    overflow: hidden;
    padding: 200px 8% 0px 13%;
    height: 850px;
    background: url(../images/imgp-sepc-bg1.jpg) left center repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.box-special .section-4 .g-tit-special-1 .d1{
    color: #fffefe;
}
.box-special .section-4 .cont{
    float: right;
    width: 37%;
}
.box-special .section-4 .txt{
    padding-top: 20px;
    color: #fffefe;
}
.box-special .section-4 .infoshow{
    position: absolute;
    top: 40px;
    left: 7%;
    z-index: 10;
    width: 49%;
}
.box-special .section-4 .infoshow .img{
    display: block;
    margin: 0 auto;
}
.p-postxt1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.p-postxt1 > div{
    position: absolute;
    width: 42%;
    color: #fff;
}
.p-postxt1 .t2{
    font-size: 12px;
}
.p-postxt1 .line{
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #1aa9fb;
}
.p-postxt1 .line:before{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(../images/ico-sp.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.p-postxt1 .tr{
    right: 57%;
    padding-right: 16%;
    text-align: right;
}
.p-postxt1 .tr .line:before{
    right: -9px;
}
.p-postxt1 .tl{
    left: 55%;
    padding-left: 16%;
}
.p-postxt1 .tl .line:before{
    left: -9px;
}
.p-postxt1 .li1{
    top: 26%;
}
.p-postxt1 .li1 .line{
    right: 0%;
    width: 31%;
}
.p-postxt1 .li2{
    top: 40%;
}
.p-postxt1 .li2 .line{
    right: -1%;
    width: 32%;
}
.p-postxt1 .li3{
    top: 54%;
}
.p-postxt1 .li3 .line{
    right: 9%;
    width: 22%;
}
.p-postxt1 .li4{
    top: 71%;
}
.p-postxt1 .li4 .line{
    right: 16%;
    width: 16%;
}
.p-postxt1 .li5{
    top: 61%;
}
.p-postxt1 .li5 .line{
    left: 13%;
    width: 18%;
}
.p-postxt1 .li6{
    top: 76%;
}
.p-postxt1 .li6 .line{
    left: 15%;
    width: 16%;
}
.p-postxt1 .li7{
    top: 87%;
}
.p-postxt1 .li7 .line{
    left: 0%;
    width: 31%;
}

.box-special .section-7{
    padding: 70px 0 30px;
}
.box-special .section-7 .txt1{
    text-align: center;
    color: #404040;
}
.box-special .section-7 .imgAni .txt{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.box-special .section-7 .imgAni .txt:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 52px 0px;
}
.box-special .section-7 .imgAni .txt-in .cn{
    color: #333;
}
.box-special .section-7 .imgAni .txt-in{
    background-color: rgba(255,255,255,.9);
    background-color: #fff \9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.box-special .section-7 .imgAni .txt-in:before{
    border-color: rgba(255,255,255,.9) transparent transparent;
}
.box-special .section-7 .imgAni .txt-out{
    background-color: rgba(234,106,109,.9);
    background-color: #ea6a6d \9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.box-special .section-7 .imgAni .txt-out:before{
    border-color: rgba(234,106,109,.9) transparent transparent;
}

.box-special .m-map1 .concon{
    overflow: hidden;
    padding-bottom: 30px;
}
.box-special .m-map1 .box .m3{
    right: 10%;
    top: 59%;
}

.box-special .section-4 .g-tit-special-1 .d1:after,
.box-special .section-7 .g-tit-special-1.t1.center .d1:after{display: none;}



@media only screen and (max-width: 1199px) {
    .box-recdrm-row1{height: 390px;}
    .box-recdrm-row1 .wp{padding-top: 70px;}
    .banner .item{height: 360px;}
    .banner .cont{padding-top: 70px;}
    .box-ind-list1 .col-l,.box-ind-list1 .col-r{float: none;width: 100%;}
    .ul-list-ind1 li{width: 25%;}
    .box-ind-list1 .col-l .img{overflow: hidden;text-align: right;}
    .box-ind-list1 .col-l .img1{right: auto;left: 27%;}
    .box-ind-list1 .col-l .img2{right: auto;left: 3%;}
    .box-ind-list1 .col-l .txt{padding-top: 120px;}

    .box-special .section-4{height: auto;padding: 40px 2.5%;}
    .box-special .section-4 .g-tit-special-1,.box-special .section-4 .txt{text-align: center;}
    .box-special .section-4 .g-tit-special-1 .d2{display: none;}
    .box-special .section-4 .cont{float: none;width: 100%;}
    .box-special .section-4 .infoshow{position: relative;top: 0;left: 0;width: 100%;}
}

/*Common For Max 480*/
@media only screen and (max-width: 570px) {
	.banner .item {height: 207px;}
    .p-tit-1 h2,.box-recdrm-row1 .p-tit-1 h2{font-size: 20px;padding: 5px 0;margin-bottom: 10px;}
    .p-tit-1.black{padding: 10px 0;}
    .box-rec-hide .item p{
        display: none;
    }
    .box-rec-hide .item p:first-child{
        display: block;
    }
    .box-recdrm-row1{height: 310px;}
    .box-recdrm-row1 .p-tit-1{font-size: 15px;}
    .box-recdrm-row1 .showVd{margin-top: 25px;width: 130px;height: 35px;line-height: 35px;}
    .ul-list-reg1 li{float: none;width: 100%;padding: 6px 0 6px 42px;background-position: left center;line-height: 1.5;-webkit-background-size: 35px 35px;
    background-size: 35px 35px;}
    .box-recdrm .picture{padding: 5px 0;}
    .box-recdrm-row2{padding: 15px 0 45px;}
    .ul-list-reg1 .txt{width: 100%;height: auto;}
    .box-recdrm-row8 .p-table{margin-top: 0;width: 100%;}
    .p-table .th1{width: 44%;}
    .p-table .th2,.p-table .th3{width: 28%;}
    .p-table .td{white-space: normal;}
    .p-table td{padding: 10px 0 8px;}
    .banner .cont{font-size: 14px;}
    .banner h2{margin: 5px 0 10px;font-size: 20px;height: auto;}
    .banner .sub,.p-tit-2{font-size: 15px;}
    .banner .p-btn-1{width: 105px;line-height: 36px;}
    .index-row1 .txt{text-align: center;}
    .p-tit-2 h2{font-size: 20px;margin: 0 10px;}
    .p-tit-2 h2:before{left: 50%;margin-left: -13px;}
    .index-row1 .p-btn-1{margin: 0 auto;}
    .index-row1 .img2{max-width: 50%;}
    .index-row1 .img1{max-width: 40%;right: 54%;}
    .index-row1 .wp{padding-top: 50px;}
    .box-ind-list1 .col-l{height: auto;}
    .box-ind-list1 .col-l .txt{text-align: center;float: none;width: 100%;padding: 40px 0 40px 0;}
    .box-ind-list1 .col-l .p-btn-1{margin: 0 auto;}
    .box-ind-list1 .col-l .img{font-size: 0;text-align: center;}
    .box-ind-list1 .col-l .img img{position: static;padding-top: 20px;}
    .box-ind-list1 .col-l .img .img2{margin-left: 30px;}
    .ul-list-ind1 li{width: 50%;}
    .index-row2{padding-bottom: 30px;}
    .index-row2 .showmore{margin-top: 15px;margin-bottom: 0;}
    .index-row2 .tith5{padding: 15px 10px 30px;font-size: 17px;}
    .index-row2 .number{height: 80px;}
    .index-row2 .number .num,.index-row2 .number .txt{font-size: 50px;}
    .index-row2 .tith6 { padding-bottom: 15px;margin: 0 5px;}
    
    .box-special .section-7{padding-top: 30px;}
    .box-special .section-4 .txt,.box-special .section-7 .txt1{font-size: 13px;}
    .box-special .imgAni{margin-top: 20px;}
}   

@media only screen and (max-width: 375px) {
    .ul-list-reg2 .slick-list{padding-bottom: 50px;}
    .ul-list-reg2 .slick-dots{bottom: 15px;}
    .ul-list-reg2 .center{
        padding-top: 20px;
    }
    .ul-list-reg2 .center p{margin-top: 15px;max-width: 90%;font-size: 12px;}
    .ul-list-reg2 .ico{width: 50px;height: 58px; -webkit-background-size: 100% auto;background-size: 100% auto;}
    .banner .item{height: 188px;}
    .banner .cont{padding-top: 10px;}
    .index-row3 .text img{width: 50px;height: 50px;}
    .index-row3 .p-btn-1 { bottom: 38px;}
    .index-row3 p { top: 110px;}
    .imgAni .arrow2,.imgAni .arrow1,.imgAni .arrow-sp3,.imgAni .arrow-sp{-webkit-background-size: 100%;background-size: 100%;}
    .imgAni .arrow1{width: 80px;height: 24px;}
    .imgAni .arrow2,.imgAni .arrow-sp3{width: 70px;height: 22px;}
    .imgAni .arrow-sp{width: 20px;height: 28px;}

    .box-special .section-4 .infoshow .img{width: 230px;}

    .box-special .section-1 ul li{padding-bottom: 10px;}
    .box-special .section-1 ul{padding-top: 10px;}
    .box-special .section-1 ul em{width: 35px;height: 35px;margin: 0 auto 5px;}
    .box-special .section-1 ul{padding-top: 10px;}
}

/*Common For Max 320*/
@media only screen and (max-width: 320px) {
	.banner .item {height: 160px;}
    .imgAni .txt{padding-left: 10px;padding-right: 10px;}
    .ul-list-ind1 li{float: none;width: 100%;}
    .ul-list-ind1 a {margin: 0 0 5px 0;}
    .index-row2 .number{font-size: 15px;height: 60px;}
    .index-row2 .number .txt{top: -10px;}
    .index-row2 .number .num{font-size: 35px;padding: 0 5px;}    
    .imgAni .arrow1{width: 50px;height: 15px;}
    .imgAni .arrow2,.imgAni .arrow-sp3{width: 40px;height: 14px;}
    
    .imgAni .txt{width: 76px;}
    .box-special .section-7 .imgAni .txt:before{border-width: 8px 38px 0px;}
    .p-postxt .t1,.p-postxt1 .t1{font-size: 14px;}
}

#main .h2Ttl {
	margin-bottom: 40px;
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .08em;
	font-weight: normal;
}

#main .h2Ttl span {
	margin-bottom: 5px;
	display: block;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#main .businessBox {
	width: 96%;
    margin: 60px 2%;
	display:table;
}

#main .businessBox ul {
	position: relative;
}

#main .businessBox ul:before {
	width: 1px;
	height: 36px;
	background: #000;
	position: absolute;
	top: -17px;
	left: 50%;
	z-index: 10;
}

#main .businessBox li {
	width: 50%;
	float: left;
	text-align: center;
	background: #EDF1F5;
	
}
#main .businessBox li:hover{background:#e6f4fb;}
#main .businessBox li img{-webkit-transform: scaleX(1) scaleY(1);
transition: all 1s;
-webkit-transition: all 1s;

}
#main .businessBox li:hover img{transform:scaleX(1.1) scaleY(1.1);
	-webkit-transform:scaleX(1.1) scaleY(1.1);}
#main .businessBox li a {
	display: block;
	color: #333;
	position: relative;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}
#main .businessBox li a img{width:100%;}
#main .businessBox li a:before {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 2.0s linear, opacity 0.4s ease-in-out;
	opacity:0.85;
	content: "";
}

@media all and (-ms-high-contrast: none) {
	#main .businessBox li a:before {
		transition: transform 0.8s linear, opacity 0.4s ease-in-out;
	}
}
@supports (-ms-ime-align:auto) {
	#main .businessBox li a:before {
		transition: all 0.4s linear;
	}
}

#main .businessBox li a:hover:before {
	transform: scale(1.05);
	opacity: .7;
}



#main .businessBox li a span {
	display: block;
	position: relative;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom:20px;
}

#main .businessBox li a .title {
	margin-bottom: 13px;
	font-family: '幼圆';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42;
}

#main .businessBox li a .imgSpan {
	margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
    font-family: '幼圆';
    color: #333;
    overflow: hidden;
    height: 40px;
}
#main .operationBox {
	margin-bottom: 60px;
	display: table;
    width: 100%;
}

#main .operationBox .h2Ttl {
	margin-bottom: 41px;
}

#main .operationBox .bgBox {
	height: 275px;
	/*position: relative;
	background: url(../images/operation_bg.jpg) no-repeat center center;
	background-size: cover;*/
	width:96%;
	margin:0 2%;
}

#main .operationBox .bgBox:before {
	width: 1px;
	height: 36px;
	background: #fff;
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: 10;

	content: "";
}

#main .operationBox ul {
	width: 100%;
	text-align: center;
}

#main .operationBox li {
	margin:10px 2% 0px 0;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	border:1px solid #e8e8e8;
	padding:30px 0;
	float:left;
}
#main .operationBox li:nth-child(2n+2){margin-right:0px;}
#main .operationBox li:hover{background:#e6f4fb;}
#main .operationBox li span {
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

#main .operationBox li .imgSpan {
	margin-bottom: 20px;
}

#main .operationBox li span span {
	margin-right: 10px;
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	padding-left: .5em;

}
#main .operationBox li .title {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight:bold;
	font-family: '幼圆';	
}

#main .voiceBox {
	margin: 10px 2%;
	width:96%;
	display:table;

}

#main .voiceBox .h2Ttl {
	margin-bottom: 10px;
}

#main .voiceBox .photo {
	position: relative;
	text-align: center;
}
#main .voiceBox .photo img{width:100%;}
#main .voiceBox .photo:before {
	width: 1px;
	height: 36px;
	background: #000;
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: 10;

	/*content: "";*/
}

#main .voiceBox .photo a {
	position: relative;
	display: inline-block;
}
#main .newsBox {
	padding: 30px 0 30px;
	background-color: #f3f3f3;
    width: 100%;
}


